Skip to main content

Token Factory Contract

Contract Functions:

1. deployTREXSuite

Signature

function deployTREXSuite (
string memory _salt,
TokenDetails calldata _tokenDetails,
ClaimDetails calldata _claimDetails
) external

Working:

Deploys new token suite contracts.

ParametersTypeDescription
_saltstringUnique identifier for token deployment
_tokenDetailsstructStruct containing token-related settings
_claimDetailsstructStruct containing claim-related settings

2. setImplementationAuthority

Signature

function setImplementationAuthority(
address implementationAuthority_
) public

Working:

Sets a new Implementation Authority address for the contract

ParametersTypeDescription
implementationAuthority_addressUnique identifier for token deployment